home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games 1996 November / Amiga Games 1996 #11.iso / rexx / imagetoppaint.asrx < prev    next >
Text File  |  1995-05-31  |  255b  |  16 lines

  1. /*
  2. ** ImageToPPaint.asrx
  3. **
  4. ** $VER: ImageToPPaint V1.0.0 (06.04.95)
  5. **
  6. ** (c) by MotionStudios
  7. **        Wildermuthplatz 3
  8. **        28211 Bremen
  9. **        Tel.: 0421/249966
  10. **
  11. */
  12.  
  13. PARSE ARG Path
  14.  
  15. ADDRESS COMMAND 'run >NIL: <NIL: PPaint:PPaint ' || Path
  16.